home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / rqtlsusr.lha / ReqTools / RexxReqTools / Examples / TTXARexx.lha / ReadMe.txt < prev    next >
Text File  |  1993-10-21  |  2KB  |  48 lines

  1.  
  2. These scripts are to be used with TurboText. They replace all internal
  3. requesters that can be replaced with the requesters ReqTools offers
  4. (using RexxReqTools to acheive this). A few extras are added to these
  5. requesters. There are a few other scripts as well.
  6.  
  7. In order to execute quickly, the scripts assumes that they are stored
  8. in Env:Rexx (a few of them call others). If you want to change this,
  9. search for the string "Env:Rexx/" and replace it as required.
  10.  
  11. But how do I use these scripts? you ask. Well, this is rather simple
  12. (here I assume you use a rather standard definitions file. If you
  13. don't have a standard one, you ought to know what to do anyway! :).
  14. In the definitions file, replace all ARexx commands that have a
  15. corresponding script included here (e.g. OpenDoc corresponds to
  16. OpenDoc.ttx). Thus, the line
  17.  
  18.   ITEM "Open..." "O" OpenFile
  19.  
  20. should be replaced with
  21.  
  22.   ITEM "Open..." "O" ExecARexxMacro Env:Rexx/OpenFile.ttx
  23.  
  24. Or enter a path that suits your needs. Some macros doesn't have
  25. a corresponding ARexx command, but they can be handy to have
  26. anyway.
  27.  
  28. Note: I haven't done any extensive testing on these macros. I have,
  29. however, used a "ReqToolsified" TurboText for quite some time now,
  30. and the scripts seems to work fine. One word of warning though: I
  31. adjusted these macros slightly for this "release" (mostly it was
  32. a translation from swedish), and I didn't have time to check these
  33. changes. There shouldn't be any problems, but one can never now.. :)
  34.  
  35.  
  36. Except when stated otherwise (in the scripts) these scripts were
  37. written by Magnus Holmgren. They are pure Public Domain.
  38.  
  39.  
  40. Comments and questions can be sent to:
  41.  
  42.   "Magnus Holmgren", 2:204/404.6@fidonet.org (or cmh@augs.se)
  43.  
  44.   Magnus Holmgren
  45.   Kvarnbergsvägen 5
  46.   S-444 47  Stenungsund
  47.   SWEDEN
  48.